home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_224
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
294 b
|
15 lines
on(release){
if(eye1.pupil._currentframe < eye1.pupil._totalframes)
{
eye1.pupil.nextFrame();
eye2.pupil.nextFrame();
pupil.nextFrame();
}
else
{
eye1.pupil.gotoAndStop(1);
eye2.pupil.gotoAndStop(1);
pupil.gotoAndStop(1);
}
}